html *
{
	font-family: 'Helvetica Neue', Arial, 'Roboto', Tahoma, sans-serif !important;
	background-color: #f6f6f6 !important;
}

h1, h2, h3, h4, h5, h6 {
	
	color: #666666;
	margin-bottom: 15px;
	font-weight: bold;
}

.custom_title {
	color: #666666;
	font-weight: bold;	
	font-size : 24px;
}

.custom_heading {
	color: #2ab573;
    margin-bottom: 10px;
	font-weight: bold;	
	font-size : 18px;
}
a.custom_heading:link {color: #2ab573; text-decoration: none}
a.custom_heading:visited {color: #2ab573; text-decoration: none}

.custom_link {
    color: #27aae1;
    /*text-decoration: underline*/
}
a.custom_link:link {color: #27aae1; text-decoration: underline}
a.custom_link:visited {color: #27aae1; text-decoration: underline}
a.custom_link:hover {color: #27aae1; font-weight: bold}

img {
	border: 1px solid;
	border-radius: 4px;
	max-width: 100%;
	max-height: 100%;
}

/* Added the below so that lists don't autoindent from the left */
ul, ol {
    padding: 0;
    margin-left: 1em;
}